projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ba404
)
tree list model: Add docs
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 17 Sep 2018 03:06:19 +0000
(23:06 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 17 Sep 2018 03:07:00 +0000
(23:07 -0400)
gtk/gtktreelistmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreelistmodel.c
b/gtk/gtktreelistmodel.c
index 6904681c3e862303aa56187b3bf947578ab5e75e..cbbc073cf7c49583ee77a4430bc6bd32b6db2fc3 100644
(file)
--- a/
gtk/gtktreelistmodel.c
+++ b/
gtk/gtktreelistmodel.c
@@
-25,6
+25,16
@@
#include "gtkintl.h"
#include "gtkprivate.h"
+/**
+ * SECTION:gtktreelistmodel
+ * @Short_description: a List model that can create child models on demand
+ * @Title: GtkTreeListModel
+ * @See_also: #GListModel
+ *
+ * #GtkTreeListModel is a #GListModel implementation that can expand rows
+ * by creating new child list models on demand.
+ */
+
enum {
PROP_0,
PROP_AUTOEXPAND,